2005-12-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkstatusicon.c (gtk_status_icon_class_init): Register
the size-changed signal correctly. (#323848, Murray Cumming)
2005-12-12 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkstatusicon.c (gtk_status_icon_class_init): Register
+ the size-changed signal correctly. (#323848, Murray Cumming)
+
+ * gtk/gtkmarshalers.list: Add necessary marshaller.
+
* gtk/gtktextview.c (gtk_text_view_get_border_window_size): Don't
fall thru to the wrong window types. (#323843)
2005-12-12 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkstatusicon.c (gtk_status_icon_class_init): Register
+ the size-changed signal correctly. (#323848, Murray Cumming)
+
+ * gtk/gtkmarshalers.list: Add necessary marshaller.
+
* gtk/gtktextview.c (gtk_text_view_get_border_window_size): Don't
fall thru to the wrong window types. (#323843)
BOOLEAN:OBJECT,BOXED
BOOLEAN:OBJECT,BOXED,BOXED
BOOLEAN:OBJECT,STRING,STRING
+BOOLEAN:INT
BOOLEAN:INT,INT
BOOLEAN:INT,INT,INT
BOOLEAN:UINT
G_STRUCT_OFFSET (GtkStatusIconClass, size_changed),
NULL,
NULL,
- g_cclosure_marshal_VOID__INT,
+ g_cclosure_marshal_BOOLEAN__INT,
G_TYPE_NONE,
1,
G_TYPE_INT);